OpenDialog Constructor

Initializes the OpenDialog. Called during construction.
 

Parameters

filterTypes

Type: Array
ElementType: dundas.ObjectType
(optional) An array of types to filter the open creation to.
Optional: True

Examples

The following example initializes a new instance of a OpenDialog object:

var newObject = new dundas.controls.OpenDialog();